UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The atjobs directory must be group-owned by root, bin, daemon, sys, or at.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22396 GEN003430 SV-45673r2_rule Medium
Description
If the group of the "atjobs" directory is not root, bin, daemon, sys, or at, unauthorized users could be allowed to view or edit files containing sensitive information within the directory.
STIG Date
SUSE Linux Enterprise Server v11 for System z 2016-12-20

Details

Check Text ( C-43039r2_chk )
Check the group ownership of the directory.

Procedure:
# ls -ld /var/spool/atjobs

If the file is not group-owned by root, bin, daemon, sys, or at, this is a finding.
Fix Text (F-39071r2_fix)
Change the group ownership of the directory to root, bin, sys, daemon or cron.

Procedure:
# chgrp <"atjobs" directory>